home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS027.DSK / MODEMS / MACX14.MDM < prev    next >
Text File  |  1994-04-26  |  3KB  |  127 lines

  1. ; Macintosh Express 14400 Modem
  2.  
  3. ;================================================
  4. ; Last revision date: 04/26/94 (update this date
  5. ; each time you edit; it is also advisable to rename
  6. ; your edited file [use Save As, rather than Save 
  7. ; option] to avoid later confusion and to keep the 
  8. ; original .MDM file intact).
  9.  
  10. ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem 
  11. ; Command File) for a description of modem command 
  12. ; files and how they work. "A Sample Modem Command 
  13. ; File" is user selectable within the Lotus Notes 
  14. ; Setup dialog "Modem Type" listbox in which you found 
  15. ; this modem command file (see end of listings, 
  16. ; beginning with a period) and is a printable ASCII 
  17. ; text file (approximately 13 pages). 
  18.  
  19. ; Additional information may be obtained from either of 
  20. ; the two so-called "generic" modem command files 
  21. ; (alphabetically listed under letter G, designed for 
  22. ; use with Notes Releases 2.x and 3.x, 9600 bps and 
  23. ; 14400 bps maximum, respectively), each of which may 
  24. ; first be tried as-is with unlisted modems, then edited 
  25. ; if required (within the Notes edit box, or outside of 
  26. ; Notes, with any text editor) according to the printed 
  27. ; instructions within each file, and in compliance with 
  28. ; the vendor's command set, result codes, DIP switch 
  29. ; settings, and technical specifications as listed in 
  30. ; the equipment's users manual.
  31.  
  32. ; For the specific modem(s) listed under this heading:
  33. ;=====================================================
  34.  
  35. [attributes]
  36.  
  37. MODELS=Macintosh Express 14400 Modem
  38. NULL MODEM=0
  39. MAXIMUM SPEED=38400
  40. DEFAULT SPEED=38400
  41.  
  42. [commands]
  43.  
  44. ESCAPE=+++
  45. ATTENTION=ATE0V1
  46. HANGUP=ATH0
  47. SETUP=AT&F
  48. SETUP=ATE0V1
  49. SETUP=AT&C1&D2S0=0X4&Q0
  50. ; NOTE: The &Q0 command turns off error correction.
  51. ; The factory default is &Q5, which turns on V.42bis
  52. ; error correction, with fallback to MNP and Normal
  53. ; modes as needed.
  54. VOLUME OFF=ATM0
  55. VOLUME LOW=ATM1L1
  56. VOLUME MEDIUM=ATM1L2
  57. VOLUME HIGH=ATM1L3
  58. ANSWER=ATA
  59. MANUAL DIAL=ATX3D
  60. AUTO PULSE DIAL=ATDP
  61. AUTO TONE DIAL=ATDT
  62. AUTO DIAL SUFFIX=,
  63.  
  64. [responses]
  65.  
  66. OK=OK
  67.  
  68. BUSY=BUSY
  69.  
  70. NO ANSWER=NO ANSWER
  71.  
  72. NO CARRIER=NO CARRIER
  73.  
  74. NO DIALTONE=NO DIALTONE
  75.  
  76. ERROR=ERROR
  77.  
  78. RING=RING
  79.  
  80. CONNECT, 38400, 14400=CONNECT 14400
  81. CONNECT, 38400, 14400=CONNECT 14400*
  82. CONNECT, 38400, 14400=CONNECT 14.4*
  83. CONNECT, 38400, 14400=CONNECT 14*
  84.  
  85. CONNECT, 38400, 12000=CONNECT 12000
  86. CONNECT, 38400, 12000=CONNECT 12000*
  87. CONNECT, 38400, 12000=CONNECT 12.0*
  88. CONNECT, 38400, 12000=CONNECT 12*
  89.  
  90. CONNECT,  9600, 9600=CONNECT 9600
  91. CONNECT, 38400, 9600=CONNECT 9600*
  92. CONNECT, 38400, 9600=CONNECT 9.6*
  93. CONNECT, 38400, 9600=CONNECT 96*
  94.  
  95. CONNECT, 38400, 7200=CONNECT 7200
  96. CONNECT, 38400, 7200=CONNECT 7200*
  97. CONNECT, 38400, 7200=CONNECT 7.2*
  98. CONNECT, 38400, 7200=CONNECT 72*
  99.  
  100. CONNECT,  4800, 4800=CONNECT 4800
  101. CONNECT, 38400, 4800=CONNECT 4800*
  102. CONNECT, 38400, 4800=CONNECT 4.8*
  103. CONNECT, 38400, 4800=CONNECT 48*
  104.  
  105. CONNECT,  2400, 2400=CONNECT 2400
  106. CONNECT, 38400, 2400=CONNECT 2400*
  107. CONNECT, 38400, 2400=CONNECT 2.4*
  108. CONNECT, 38400, 2400=CONNECT 24*
  109.  
  110. CONNECT,  1200, 1200=CONNECT 1200
  111. CONNECT, 38400, 1200=CONNECT 1200*
  112. CONNECT, 38400, 1200=CONNECT 1.2*
  113.  
  114. CARRIER,,14400=CARRIER 14400
  115.  
  116. CARRIER,,12000=CARRIER 12000
  117.  
  118. CARRIER,,9600=CARRIER 9600
  119.  
  120. CARRIER,,7200=CARRIER 7200
  121.  
  122. CARRIER,,4800=CARRIER 4800
  123.  
  124. CARRIER,,2400=CARRIER 2400
  125.  
  126. CARRIER,,1200=CARRIER 1200
  127.